Accessing Service Layer on Linux Client: Curl Command Line to Access the URL

Example
curl -X GET "http://slc12bcx.us.oracle.com:7003/PASService/services/v1.0/
policies/29C62484-0E80-4791-AA46-031185EDBC1C" -H  "accept: application/json"
with username and password passed through URL for testing purposes.
curl -X GET "http://username:password@slc12bcx.us.oracle.com:7003/PASService
/services/v1.0/policies/29C62484-0E80-4791-AA46-031185EDBC1C" -H  "accept: application/json"